home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_451 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  90 b   |  8 lines

  1. stop();
  2. i = 1;
  3. while(i <= totalBTN)
  4. {
  5.    eval("btn" + i).enabled = true;
  6.    i++;
  7. }
  8.